All Classes |Grouped Classes |Index

Function CL_Font_Freetype

Constructs a Font Freetype.

	CL_Font_Freetype::CL_Font_Freetype();

	CL_Font_Freetype::CL_Font_Freetype(
		const CL_StringRef & typeface_name,
		int height);

	CL_Font_Freetype::CL_Font_Freetype(
		const CL_StringRef & typeface_name,
		int height,
		CL_IODevice & file);

	CL_Font_Freetype::CL_Font_Freetype(
		const CL_StringRef & typeface_name,
		int height,
		const CL_VirtualDirectory & directory);

	CL_Font_Freetype::CL_Font_Freetype(
		const CL_FontDescription & desc);

	CL_Font_Freetype::CL_Font_Freetype(
		const CL_FontDescription & desc,
		CL_IODevice & file);

	CL_Font_Freetype::CL_Font_Freetype(
		const CL_FontDescription & desc,
		const CL_VirtualDirectory & directory);

	CL_Font_Freetype::CL_Font_Freetype(
		const CL_StringRef & resource_id,
		CL_ResourceManager * resources);