개정판 84e1aacc
revised issue #937: calculate font size to fit given text boundary
Change-Id: I1e30922680e6989386023b23931b2956307a9f54
FinalService/KCOM_FinalService/ConsoleApp1/Program.cs | ||
---|---|---|
44 | 44 |
|
45 | 45 |
using (KCOMEntities _entity = new KCOMEntities(KCOMDataModel.Common.ConnectStringBuilder.KCOMConnectionString().ToString())) |
46 | 46 |
{ |
47 |
|
|
48 |
//FINAL_PDF item = _entity.FINAL_PDF.Where(d => d.ID == "ngKwBgMotw8d56dea3839120d").FirstOrDefault(); |
|
49 |
FINAL_PDF item = _entity.FINAL_PDF.Where(d => d.ID == "Bm6qsYD9Hu8d6e7c702626345").FirstOrDefault(); |
|
47 |
FINAL_PDF item = _entity.FINAL_PDF.Where(d => d.ID == "f8Gv6hVdw8d6e881c26a4199").FirstOrDefault(); |
|
48 |
///FINAL_PDF item = _entity.FINAL_PDF.Where(d => d.ID == "Bm6qsYD9Hu8d6e7c702626345").FirstOrDefault(); |
|
50 | 49 |
//_entity.FINAL_PDF.AddObject(new FINAL_PDF |
51 | 50 |
//{ |
52 | 51 |
// ID = Guid.NewGuid().ToString(), |
내보내기 Unified diff