Fresco/Fresco-IDL/share/idl/Fresco Font.idl,1.3,1.4
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco
In directory purcel:/tmp/cvs-serv16493/Fresco-IDL/share/idl/Fresco
Modified Files:
Font.idl
Log Message:
Add some glyph handling with help from Freetype.
Index: Font.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/Font.idl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Font.idl 9 Jan 2003 16:55:36 -0000 1.3
+++ Font.idl 12 Jan 2003 02:54:09 -0000 1.4
@@ -41,7 +41,6 @@
// for horizontally reading fonts, or
// horizontally to the center line of vertical
// fonts.
- Coord font_ascent, font_descent;
Coord underline_offset, underline_width;
};
@@ -80,10 +79,9 @@
interface Font : RefCountBase, Identifiable
{
- // need option to pass in: FT_NO_BITMAP and/or
- // FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
Glyph glyph_char(in Unichar c);
// need glyph_something for composite characters.
+ // also need to support multiple master fonts. Hm.
//. Is the character available in the selected font? Note that
//. the Font will provide a Glyph for the character anyways,