[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: paragraph.h
File is not writable. Editing disabled.
/* ******************************************************************************* * * © 2016 and later: Unicode, Inc. and others. * License & terms of use: http://www.unicode.org/copyright.html#License * ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2007, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* * file name: Paragraph.h * * created on: 09/06/2000 * created by: Eric R. Mader */ #ifndef __PARAGRAPH_H #define __PARAGRAPH_H #include "unicode/utypes.h" #include "unicode/ubidi.h" #include "layout/LEFontInstance.h" #include "layout/ParagraphLayout.h" #include "GUISupport.h" #include "RenderingSurface.h" U_NAMESPACE_USE #define MARGIN 10 #if 0 class LineInfo; #endif class Paragraph { public: Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status); ~Paragraph(); le_int32 getAscent(); le_int32 getLineHeight(); le_int32 getLineCount(); void breakLines(le_int32 width, le_int32 height); void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine); static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupport); private: void addLine(const ParagraphLayout::Line *line); ParagraphLayout **fParagraphLayout; le_int32 fParagraphCount; le_int32 fParagraphMax; le_int32 fParagraphGrow; le_int32 fLineCount; le_int32 fLinesMax; le_int32 fLinesGrow; const ParagraphLayout::Line **fLines; LEUnicode *fChars; le_int32 fLineHeight; le_int32 fAscent; le_int32 fWidth; le_int32 fHeight; UBiDiLevel fParagraphLevel; }; inline le_int32 Paragraph::getLineHeight() { return fLineHeight; } inline le_int32 Paragraph::getLineCount() { return fLineCount; } inline le_int32 Paragraph::getAscent() { return fAscent; } #endif
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 691 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: N/A