OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
preview.cpp File Reference

Implementation of print preview classes. More...

#include <owl/pch.h>
#include <owl/preview.h>
#include <owl/printer.h>
#include <owl/gdiobjec.h>
#include <owl/dc.h>
#include <owl/printdia.h>
#include <math.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

bool SetWindowExt (HDC hdc, int w, int h)
 
bool SetWindowOrg (HDC hdc, int w, int h)
 
bool SetViewportExt (HDC hdc, int w, int h)
 
bool SetViewportOrg (HDC hdc, int x, int y)
 
int owl::GlyphHeight (TEXTMETRIC &tm)
 

Detailed Description

Implementation of print preview classes.

Definition in file preview.cpp.

Function Documentation

◆ SetViewportExt()

bool SetViewportExt ( HDC hdc,
int w,
int h )
inline

Definition at line 22 of file preview.cpp.

◆ SetViewportOrg()

bool SetViewportOrg ( HDC hdc,
int x,
int y )
inline

Definition at line 23 of file preview.cpp.

◆ SetWindowExt()

bool SetWindowExt ( HDC hdc,
int w,
int h )
inline

Definition at line 20 of file preview.cpp.

◆ SetWindowOrg()

bool SetWindowOrg ( HDC hdc,
int w,
int h )
inline

Definition at line 21 of file preview.cpp.